CanTranslate
TheCanTranslate
method indicates whether translation is possible from the specified value type.
ODTranslateResult CanTranslate (in ODValueType fromType);
fromType
- The type of data to be translated.
- return value
- The result of the translation. The return value is one of the following:
kODCanTranslate
orkODCannotTranslate
.DISCUSSION
The return valuekODCanTranslate
indicates that translation is allowed with the specified type. The return valuekODCannotTranslate
indicates that translation is not allowed with the specified type.Your part calls this method to determine if translation facilities are available for a particular value type.
SEE ALSO
TheODTranslateResult
type (page 920).
TheODValueType
type (page 904).
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help